From: Juanma Barranquero Date: Wed, 31 Jan 2007 15:29:22 +0000 (+0000) Subject: (ido-set-common-completion): Use `let', not `let*'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2503 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=290dcce02e9e5c5148f07619ff8c2e4c3618b75e;p=emacs.git (ido-set-common-completion): Use `let', not `let*'. --- diff --git a/lisp/ido.el b/lisp/ido.el index 10418d209aa..52460574718 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -2403,8 +2403,8 @@ If cursor is not at the end of the user input, move to end of input." (defun ido-set-common-completion () ;; Find common completion of `ido-text' in `ido-matches' ;; The result is stored in `ido-common-match-string' - (let* (val) - (setq ido-common-match-string nil) + (let (val) + (setq ido-common-match-string nil) (if (and ido-matches (not ido-enable-regexp) ;; testing (stringp ido-text)